[INFO] cloning repository https://github.com/antoinert/crunch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antoinert/crunch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinert%2Fcrunch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinert%2Fcrunch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 81f2ba437418d4f3269e399e9fb63fe2b4cb944b
[INFO] checking antoinert/crunch against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoinert%2Fcrunch" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/antoinert/crunch
[INFO] finished tweaking git repo https://github.com/antoinert/crunch
[INFO] tweaked toml for git repo https://github.com/antoinert/crunch written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/antoinert/crunch on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/antoinert/crunch already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded android_system_properties v0.1.4
[INFO] [stderr]   Downloaded iana-time-zone v0.1.46
[INFO] [stderr]   Downloaded futures-sink v0.3.23
[INFO] [stderr]   Downloaded crossterm_winapi v0.9.0
[INFO] [stderr]   Downloaded futures-core v0.3.23
[INFO] [stderr]   Downloaded futures-task v0.3.23
[INFO] [stderr]   Downloaded futures-util v0.3.23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb
[INFO] running `Command { std: "docker" "start" "639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling futures-core v0.3.23
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-task v0.3.23
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]     Checking bytes v1.2.1
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling futures-util v0.3.23
[INFO] [stderr]     Checking futures-sink v0.3.23
[INFO] [stderr]     Checking iana-time-zone v0.1.46
[INFO] [stderr]    Compiling actix_derive v0.6.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking tracing v0.1.36
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking parking_lot_core v0.9.3
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking chrono v0.4.22
[INFO] [stderr]     Checking tokio-util v0.7.3
[INFO] [stderr]     Checking actix-rt v2.7.0
[INFO] [stderr]     Checking actix v0.13.0
[INFO] [stderr]     Checking crunch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `employee_type` is never read
[INFO] [stdout]   --> src/employee.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct EmployeeActor {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 87 |     pub employee_name: &'static str,
[INFO] [stdout] 88 |     pub employee_type: EmployeeType,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EmployeeActor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/task.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct TaskEnergyMultipliers {
[INFO] [stdout]     |            --------------------- fields in this struct
[INFO] [stdout] 106 |     // Characteristics
[INFO] [stdout] 107 |     pub company_experience: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 108 |     pub rigor: f32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 109 |     pub programming_skills: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 110 |     pub fitness: f32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 111 |     // Resources
[INFO] [stdout] 112 |     pub energy: f32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 113 |     pub focus: f32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 114 |     pub stress: f32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TaskEnergyMultipliers` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `employee_type` is never read
[INFO] [stdout]   --> src/employee.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct EmployeeActor {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 87 |     pub employee_name: &'static str,
[INFO] [stdout] 88 |     pub employee_type: EmployeeType,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EmployeeActor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/task.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct TaskEnergyMultipliers {
[INFO] [stdout]     |            --------------------- fields in this struct
[INFO] [stdout] 106 |     // Characteristics
[INFO] [stdout] 107 |     pub company_experience: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 108 |     pub rigor: f32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 109 |     pub programming_skills: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 110 |     pub fitness: f32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 111 |     // Resources
[INFO] [stdout] 112 |     pub energy: f32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 113 |     pub focus: f32,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 114 |     pub stress: f32,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TaskEnergyMultipliers` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
[INFO] running `Command { std: "docker" "inspect" "639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb", kill_on_drop: false }`
[INFO] [stdout] 639ea385e318489d2892bda49941ccfb29650efa22cc765fe6a458dd8921a3cb
